IC & DC in the button bar are not functional with non-IBM hosts.
ASYNC MacTCP Open and Close(?)
john hood up/download for vt100 request
log on Clear in vt100 option...
add move text cursor option?
RESET
Bill Young 5-6485
Tom Keane 5-9044
Compile correspondence on MacTCP
" FULLREAD
" RESET
NEW bugs:
cursor glitch
Telnet line mode CR-LF?
lines not cleared after UNIX logon...???
c19 cursor glitch...
Bugs
save PREC?
setcolor() color controls are not drawing???
possibly an initialization problem with TFTP (macTCP overrides Cornell?)
cursor problem w/ large/small screen (default next connection) ?
TEST:
INFORM DONE:
DONE Functionality:
Add SE-keyboard switch option
Bold 36 pt font
Dialog to control options...
add Edit autoupload menu item?
add Edit autowrap menu item?
Add jump scroll configuration option
paste for Configure Session
recorder PICT not always drawn...
add Load text option
fix so .edit window doesn't pop up after upload
dump key macros w /ala
log session w/Sun, 7171
print memtest()
fix iconwind indisplay() test
add Find dialog
macro session name
non-functional q3 buttons w/ vt100
Doug: center windows within screen ...
logsession
hidetextwindow permanence
main.c:
modified namewindow() dialog so TCP items disabled when not relevant
DONE Bugs
ASCII not IBM key default for new session!
mactcp.c: send_pend not decremented if send_fail in send_done(),
can cause hang...
gamble: Edit Cut should be disabled
copy selection/paste in text
add FlushVol()
clrflg glitching (emdp->clrflg not reset in h19reset())
screencopy with invisibles
ins_char() & del_char() not working properly (vttest)
C19 fast mode draws over other windows when in back sometimes??? update behind?
probably fixed by dropping SendBehind code to link emulator/text winds
Bill Young Cornell TCP failure to reset SYS_LOCK, unsent data
fixed so resends set resend timeout service...
Dick's crashes (puttextscrap() ? )
caused by MacTCP ARP bug!
DONE CAlls
Charlie Fay 473 Hollister 5-7535 crash on IIci w/ 2 page display
crash on MacTCP open failure when autoclosewindow set
Tom Young response
fast drawing off by default, or distribute document with it disabled...
SetPort problem? somehow screen gets drawn into incorrect port (serial refresh)
(probably because fast drawing & not restricted...)
library characters & keymapping
Michael Demilia 5-7878
switched from tn3270 to Comet for IIci 2.0D24 (?)
case 2697 Bill Erickson (5-3264) would like to meet/talk with you regarding a special
version of Comet, for which we have no documentation. Could you please
let us know when you have resolved his problem, so that we can then close this
case.
NUMBERS:
Andy Williams -- inform Rich about needs...
Adam Law (255-2441) can't connect due to FastPath/KIP...
417 Biotechnology Building
Biotechnology net Kelly Brower (4-4858) is the administrator.
Rich Marisa 5-7636 FastPath4/ K-Star 8.0 can't use MacTCP (because it does
no ARP? What is the proper K-Star configuration?)
Tim Voltz (5-7081) has several MacIISI's with System 6.0.7 and
one old II with 6.0.2 (or 3, he's not sure). The old II has no
problem with Comet, but the newer SI's freeze up or crash upon
loading Comet or trying to connect to the mainframe.
-- Voltz was running tn3270 1.1!!!!! Recommended he try a more
recent version... Problems were typical of the FAL ACK/RESET problem
File "::emlib:asciidraw.c"; Line 386 # /* TODO what about updatewait() ? does it need to be called
File "::emlib:asciidraw.c"; Line 725 # /* TODO should call bkrd_service && block out current window??? */
File "::emlib:h19.c"; Line 260 # /* TODO support 7171 modes, invis, highlight, protect */
File "::emlib:h19.c"; Line 456 # /* TODO check out what this mode is supposed to do */
File "::emlib:key.c"; Line 65 # /* TODO the following derivation of keyid should be unnecessary */
File "::emlib:key.c"; Line 155 # /* TODO fix BS so it is more intelligent */
File "::emlib:macro.c"; Line 351 # hkeyres = NewHandle((long) (templength + 4)); /* WARNING TODO should use sizeof keyactlist->keyid rather than hardcoded 4 */
File "::emlib:macro.c"; Line 365 # SetHandleSize(hkeyres, (long) (templength + 4)); /* WARNING TODO should use sizeof keyactlist->keyid rather than hardcoded 4 */
File "::emlib:macro.c"; Line 417 # /* TODO is the length restriction assoc. with Str255 acceptable for actions? */
File "::emlib:macro.c"; Line 582 # /* TODO add test to distinguish CR & do a show button ? */
File "::emlib:macro.c"; Line 652 # /* TODO should use sizeof keyactlist->keyid rather than hardcoded 4 */
File "::emlib:macro.c"; Line 704 # /* TODO should use keyxptr not keyid */
File "::emlib:vt100.c"; Line 360 # /* TODO should scrolltop references check for decom? */
File "::emlib:vt100.c"; Line 537 # /* TODO should have selerase() */
File "::Comet:3270com.c"; Line 129 # /* TODO lookahead crap */
File "::Comet:3270com.c"; Line 140 # /* kevin TODO should not ignore EAU! 3-2 3270 guide ? */
File "::Comet:3270com.c"; Line 171 # /* TODO lookahead crap */
File "::Comet:3270com.c"; Line 834 # emdp->ftsaveptr = &emdp->ftsavebuf[0]; /* TODO dynamic? ptr into buffer */
File "::Comet:3270token.c"; Line 311 # /* TODO this stuff hereafter belongs in an output.c module */
File "::Comet:asciitoken.c"; Line 48 # /* TODO take the current scrap & feed it into proc_token? */
File "::Comet:asciitoken.c"; Line 57 # /* do a CR/Line Feed when we see a CR TODO vtnewline? */
File "::Comet:asciitoken.c"; Line 63 # /* TODO should handle by waiting for echo? */
File "::Comet:asciitoken.c"; Line 725 # /* Telnet sendchar: put out a character TODO local echo mode not healthy; should buffer line
File "::Comet:config.c"; Line 158 # TODO global mess tftpserve, tftpask */
File "::Comet:config.c"; Line 203 # TODO should there be just one rather than per document? */
File "::Comet:config.c"; Line 405 # /* TODO handle errors better; */
File "::Comet:config.c"; Line 471 # TODO this would ensure Dick behavior: not getting saved
File "::Comet:config.c"; Line 890 # /* TODO does FlushVol() require real vol as we are using? */
File "::Comet:config.c"; Line 966 # /* TODO is this the folder we want it in ? */
File "::Comet:config.c"; Line 1033 # /* TODO save name ? */
File "::Comet:emcursor.c"; Line 965 # /* TODO not defined in 7171keys document */
File "::Comet:emcursor.c"; Line 1324 # /* TODO is DANGEROUS assumes keywindow is active */
File "::Comet:event.c"; Line 890 # /* TODO should be from window struct */
File "::Comet:event.c"; Line 925 # /* todo MULTIWIND puttextscrap becomes windowscrap */
File "::Comet:event.c"; Line 1012 # /* TODO should be from window struct */
File "::Comet:event.c"; Line 1314 # /* TODO copy table threshold? */
File "::Comet:event.c"; Line 1321 # /* TODO should check for INVIS attribute and NOT COPY... */
File "::Comet:ft.c"; Line 310 # /* TODO CR-LF??? */
File "::Comet:gethost.c"; Line 276 # /* open the MacTCP driver if not open TODO this won't handle async */
File "::Comet:mactcp.c"; Line 159 # /* TODO these asynchronous routines are not reliable in MacTCP
File "::Comet:mactcp.c"; Line 433 # TODO could the allocation of the stream on the stack rather than
File "::Comet:mactcp.c"; Line 662 # /* TODO retries? just bomb out? */
File "::Comet:mactcp.c"; Line 682 # /* TODO retries? just bomb out? */
File "::Comet:main.c"; Line 263 # /* TODO ideally the strings and actions associated with the 3rd quadrant buttons
File "::Comet:main.c"; Line 796 # /* TODO should we close down Cornell TCP completely to
File "::Comet:main.c"; Line 798 # /* tcpemdp = NULL; TODO this is improper! */
File "::Comet:main.c"; Line 847 # /* TODO windows need to be reset and should the config be reset? */
File "::Comet:main.c"; Line 1173 # /* TODO we need to reset the color map if it wasn't configured ... */
File "::Comet:main.c"; Line 1184 # TODO could be more efficient if already set...
File "::Comet:menu.c"; Line 826 # /* TODO kevin should have application name if not launched from document */
File "::Comet:menu.c"; Line 854 # TODO should be an option
File "::Comet:menu.c"; Line 953 # /* TODO MULTI loop through windows... */
File "::Comet:menu.c"; Line 959 # /* TODO disable window items as we go in case notapproved later... */
File "::Comet:menu.c"; Line 1055 # /* TODO tftp ? */
File "::Comet:menu.c"; Line 1471 # /* TODO find gateway address for MacTCP */
File "::Comet:menu.c"; Line 2573 # /* TODO move
File "::Comet:menu.c"; Line 3162 # /* TODO must release all terminal memory */
File "::Comet:screen.c"; Line 1047 # /* TODO may have wrong font because attr not set! */
File "::Comet:scrinit.c"; Line 335 # /* TODO use greyRgn? */
File "::Comet:scrinit.c"; Line 361 # /* TODO could other 8 bit wide sizes be supported? */
File "::Comet:scrinit.c"; Line 499 # /* build the character tables TODO font size change triggers font rebuild
File "::Comet:scrinit.c"; Line 838 # emwindow = emw; /* TODO globals */
File "::Comet:timer.c"; Line 117 # /* TODO should check for wrap */
File "::Comet:token.c"; Line 31 # /* TODO MULTI go through window list to see who needs service */